From f8d27311e4877a44c2d4bc3e9ba184f447b30b5a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 14 Apr 2008 02:28:51 +0000 Subject: [PATCH] Gah, add a space --- includes/SpecialRecentchangeslinked.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialRecentchangeslinked.php b/includes/SpecialRecentchangeslinked.php index 3c453aecd5..b0888b9708 100644 --- a/includes/SpecialRecentchangeslinked.php +++ b/includes/SpecialRecentchangeslinked.php @@ -34,7 +34,7 @@ function wfSpecialRecentchangeslinked( $par = NULL ) { Xml::element( 'legend', array(), wfMsg( 'recentchangeslinked' ) ) . "\n" . Xml::inputLabel( wfMsg( 'recentchangeslinked-page' ), 'target', 'recentchangeslinked-target', 40, $target ) . "   " . - Xml::check( 'showlinkedto', $showlinkedto, array('id' => 'showlinkedto') ) . + Xml::check( 'showlinkedto', $showlinkedto, array('id' => 'showlinkedto') ) . ' ' . Xml::label( wfMsg("recentchangeslinked-to"), 'showlinkedto' ) . "
\n" . Xml::hidden( 'title', $wgTitle->getPrefixedText() ). "\n" . -- 2.20.1